(C) 1996 AROS - The Amiga Replacement OS
To copy the Workbench, one would call
GetScreenData (buffer, sizeof(struct Screen), WBENCHSCREEN, NULL)
If the screen is not open, this call will open it. You can use this function for these purposes:
1) Get information about the workbench in order to open a window on it (eg. size). 2) Clone a screen.
Moved intuition-driver protos to intuition_intern.h